ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / BatchEdit Property






In This Topic
    BatchEdit Property (IItemsSource<T>)
    In This Topic
    Gets or sets whether modifications will be sent to the server in batches or as individually requests.
    Syntax
    'Declaration
     
    
    Property BatchEdit As System.Boolean
    'Usage
     
    
    Dim instance As IItemsSource(Of T)
    Dim value As System.Boolean
     
    instance.BatchEdit = value
     
    value = instance.BatchEdit
    System.bool BatchEdit {get; set;}
    read-write property BatchEdit: System.Boolean; 
    function get,set BatchEdit : System.boolean
    __property System.bool get_BatchEdit();
    __property void set_BatchEdit( 
       System.bool value
    );
    property System.bool BatchEdit {
       System.bool get();
       void set (    System.bool value);
    }
    See Also